home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / diffs / libgplus.262 / config / msdos / libgpp.sed < prev    next >
Encoding:
Text File  |  1995-01-18  |  722 b   |  31 lines

  1. *** orig/libgplus.262/config/msdos/libgpp.sed    Sun Dec 18 18:44:02 1994
  2. --- src/libgplus.262/config/msdos/libgpp.sed    Wed Jan 18 01:23:02 1995
  3. ***************
  4. *** 0 ****
  5. --- 1,25 ----
  6. + /^##$/ i\
  7. + CFLAGS=-O3 -I. -DHAVE_STRING_H=1 \
  8. + CXXFLAGS=-O3 -I. -DHAVE_STRING_H=1 \
  9. + RANLIB=ranlib \
  10. + AR_FLAGS=rs \
  11. + VPATH=.;../../librx \
  12. + \
  13. + libgpp.a : $(OBJS) ../../libio/*.o \
  14. +     $(AR) $(AR_FLAGS) libgpp.a $(OBJS) ../../libio/*.o
  15. + s/Regex.cc/_Regex.cc/g
  16. + s/Regex.h/_Regex.h/g
  17. + s/Complex.h/_Complex.h/g
  18. + s/Obstack.h/_Obstack.h/g
  19. + s/String.h/_String.h/g
  20. + s/iostreamP.h/iostreaP.h/g
  21. + s/Filebuf.h/_Filebuf.h/g
  22. + s/Filebuf.cc/_Filebuf.cc/g
  23. + s/REGEX_OBJ=.*$/REGEX_OBJ=rx.o/
  24.